home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / admin / uucp / atdialers / atdialSP28 < prev    next >
Encoding:
Text File  |  1997-08-26  |  1.3 KB  |  47 lines

  1. *    @(#) atdialSP28 1.0 95/10/21
  2. * john@armory.com 95/10/21
  3.  
  4. * atdialer config file for US Robotics Sportster 28800
  5. * This dialer will only work with a DTE rate of 38400, because the Sportster
  6. * does not have the ability to return the DTE rate in the CONNECT message.
  7. * Make sure the speed field on the Devices line for the modem is 38400.
  8. * To use a different speed, put that speed on the Devices line and change
  9. * which of the RTC_ fields (below) has CONNECT on it.
  10.  
  11. * &F: Load factory config
  12. * X4: Produce all result codes
  13. * Q0: Not quiet
  14. * &D2: Hangup on DTR drop
  15. * &C1: Make carrier detect line follow carrier
  16. * &H1: HW transmit data flow control on
  17. * &R2: HW receive data flow control on
  18. * &I0: SW receive data flow control off
  19. * &M4: Normal/ARQ error control mode
  20. *** &K1: Auto compression
  21. * &B1: Fix serial port rate.
  22. * S0=1: Answer after 1 ring
  23. * S2=043: Escape char is +
  24. MDM_SETUP=AT&FX4Q0&D2&C1&H1&R2&I0&M4&B1S0=1S2=043
  25. MDM_OPTION=
  26. MDM_DIALCMD=ATDT
  27. MDM_ESCAPE=+++
  28. MDM_HANGUP=ATQ0H0
  29. MDM_RESET=ATZ
  30. MDM_DIALIN=AT&B1&H1&R2&I0&M4S0=1Q1
  31. MDM_ATTN=AT
  32. MDM_DSBLESC=ATS2=128
  33. RTC_OK=OK
  34. RTC_NOCARR=NO CARRIER
  35. RTC_ERROR=ERROR
  36. RTC_NOTONE=NO DIALTONE
  37. RTC_BUSY=BUSY
  38. RTC_NOANS=NO ANSWER
  39. RTC_300=not used
  40. RTC_1200=not used
  41. RTC_2400=not used
  42. RTC_4800=not used
  43. RTC_9600=not used
  44. RTC_19200=not used
  45. RTC_38400=CONNECT
  46. STTY=-IXON -IXOFF -RTSFLOW -CTSFLOW ORTSFL
  47.